home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_89440.txt < prev    next >
Text File  |  1989-09-06  |  731b  |  41 lines

  1. -- card: 89440 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10. wait [for] <number of ticks>
  11. wait [for] <number> seconds
  12. wait until <true or false expression> 
  13. wait while <true or false expression> 
  14.  
  15. Pauses doing the commands in the script for a certain amount of time.
  16.  
  17. wait 20                       -- ticks (60ths of a second)
  18. wait 3 seconds
  19. wait until the mouse is up
  20. wait while the mouse is down
  21. wait for 4 seconds 
  22.  
  23. -- part contents for background part 2
  24. ----- text -----
  25. Wait
  26.  
  27. -- part contents for background part 44
  28. ----- text -----
  29. Form
  30.  
  31.  
  32.  
  33.  
  34. What it does
  35.  
  36.  
  37. Examples
  38.  
  39. -- part contents for background part 43
  40. ----- text -----
  41. 337,122